func log/slog.appendEscapedJSONString

4 uses

	log/slog (current package)
		handler.go#L558: 		buf = appendEscapedJSONString(buf, x)
		handler.go#L559: 		buf = appendEscapedJSONString(buf, y)
		handler.go#L573: 		*s.buf = appendEscapedJSONString(*s.buf, str)
		json_handler.go#L158: func appendEscapedJSONString(buf []byte, s string) []byte {